configuration / syncteam / members

CLI REST-API

nts1

The submenu nts1 (NTS1) contains the following:

Menus:
cfgsyncs (cfgsyncs)

Objects:
host (host)
teamlink (slot-id location for the HPS100 module)
references (comma separated list of strings with format "CLOCK:XMULTIREF")
username (username)
password (password)
queryflags (queryflags)

Commands: none



See also:
/configuration/syncteam/members/[ID]/cfgsyncs
/configuration/syncteam/members/[ID]/host
/configuration/syncteam/members/[ID]/teamlink
/configuration/syncteam/members/[ID]/references: references
/configuration/syncteam/members/[ID]/username
/configuration/syncteam/members/[ID]/password
/configuration/syncteam/members/[ID]/queryflags
/status/syncteam/members/[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/members/.*


Example using curl:
curl /api/configuration/syncteam/members/.*


Method: PATCH
URL: /api/configuration/syncteam/members/.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/members/.*
-d "{
  \"objects\": \"new-values\"
}"


Method: DELETE
URL: /api/configuration/syncteam/members/.*

Example using curl:
curl -X DELETE /api/configuration/syncteam/members/.*